PowerTCP SSH and SFTP for .NET
Write(Byte[]) Method




Byte array of data to send.
Sends data to the remote host.
Syntax
'Declaration
 
Public Overloads Sub Write( _
   ByVal buffer() As Byte _
) 
'Usage
 
Dim instance As SessionStream
Dim buffer() As Byte
 
instance.Write(buffer)
public void Write( 
   byte[] buffer
)
public: void Write( 
   byte[]* buffer
) 
public:
void Write( 
   array<byte>^ buffer
) 

Parameters

buffer
Byte array of data to send.
Remarks
This method synchronously sends data to the remote host over an existing connection. It will block until a buffer is available to accept the data or the WriteTimeout value has expired.
See Also

Reference

SessionStream Class
SessionStream Members
Overload List


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic